home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / virus / tbav609.zip / APPNOTES.DOC < prev    next >
Text File  |  1993-12-06  |  2KB  |  46 lines

  1.  
  2. TBAV has been designed to provide a good performance, reliability and
  3. compatibility. In most cases the TBAV utilities will work as expected.
  4. However, in combination with some other applications, problems may
  5. occur if no special measures are taken. These applications are listed
  6. below.
  7.  
  8.  
  9. MEMORY OPTIMIZERS
  10.     Problem:
  11.         Some memory optimizers, like MemMax, MemMaker and Optimize, will
  12.         not work properly if used in combination with the resident TBAV
  13.         utilities. The resident TBAV utilities can act as device drivers
  14.         as well as normal executables, depending on the way they are
  15.         loaded, and this confuses some memory optimizers. The TBAV
  16.         utilities also hook themselves into DOS for better virus
  17.         protection, and they can not be moved in memory once loaded. Any
  18.         attempt to do so will hang the machine.
  19.     Workaround:
  20.         Remove the TBAV utilities from the AutoExec.Bat file and/or
  21.         Config.Sys file and run the memory optimizer. Add the TBAV
  22.         utilities again to the AutoExec.Bat and Config.Sys file, and
  23.         highload them if desired.
  24.  
  25.  
  26. DOS APPEND
  27.     Problem:
  28.         The /X switch of the DOS APPEND command is very dangerous: if
  29.         you APPEND a directory with /X and then delete *.BAK when no
  30.         such files exist in the current directory, then the .BAK files
  31.         in the APPENDed directory will be deleted instead. APPEND is
  32.         able to 'fool' programs by accessing another file than the file
  33.         requested by the application, if a file with the same name
  34.         exists in another directory. This also applies when one of the
  35.         TBAV utilities needs to consult an Anti-Vir.Dat file: The
  36.         Anti-Vir.Dat file of another directory might be accessed instead
  37.         of the intended one.
  38.     Workaround:
  39.         TbSetup and TbScan switch off APPEND automatically if they
  40.         detect that it has been loaded, but the resident TBAV
  41.         utilities don't. It is therefore recommended to be very
  42.         careful if you need to use the APPEND /X option and to
  43.         switch it off as soon as you don't need it anymore.
  44.  
  45.  
  46.